MPIOfflineSearchSuggestions

@Serializable
data class MPIOfflineSearchSuggestions(val total: Int, val hits: List<MPIOfflineSearchSuggestion>)

Constructors

Link copied to clipboard
constructor(total: Int, hits: List<MPIOfflineSearchSuggestion>)

Properties

Link copied to clipboard
Link copied to clipboard
val total: Int